/* 容器 */
.container-b {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.page_container {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width:1400px) {
	.container {
		padding: 0 15px;
	}
}

/* window-search */
.window-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	z-index: 99;
	padding-top: 15%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.window-search>img {
	max-width: 100%;
	display: block;
	margin: 35px auto;
}

.searchform {
	max-width: 600px;
	font-size: 0;
	margin: 0 auto;
	padding: 0 15px;
}

.searchform input[type="text"] {
	float: left;
	display: block;
	padding-left: 10px;
	width: 79%;
	border: none;
	background: none;
	border: 1px solid #C12020;
	line-height: 43px;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.searchform input[type="submit"] {
	float: left;
	display: block;
	border: 1px solid #C12020;
	line-height: 43px;
	width: 20%;
	padding: 0 10px;
	font-size: 16px;
	background-color: #C12020;
	color: #fff;
	outline: none;
}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 20px;
	z-index: 9;
	padding: 15px;
}

.page-header {
	background-color: rgba(0,0,0,0.7);
	padding-top: 10px;
    padding-bottom: 5px;
}

.logo {
	padding-top: 14px;
}

.logo img {
	height: 50px;
	transition: all .3s;
}

.header-fixed {
	position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
	background: #000;
	transition: all .3s;
}

/* navbox */
.navbox {
	padding-top: 15px;
}

.navbox ul li {
	float: left;
	padding: 0 10px;
}

.navbox ul li a {
	display: block;
	padding: 10px 5px;
	font-size: 16px;
	color: #fff;
	transition: all .3s;
	padding-bottom: 30px;
}

.navbox ul li a:hover,.navbox ul li.current-menu-item a{
	box-shadow: 0 -4px 0 #e52f25 inset;
}

/*  */
.btn-navopen {
	float: right;
	width: 40px;
	height: 40px;
	background-color: #C12020;
	margin-top: 20px;
	display: none;
}

.btn-navopen span {
	display: block;
	width: 18px;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
}

.btn-navopen span:first-child {
	margin-top: 12px;
}

.btn-navopen span:nth-child(2) {
	margin-top: 6px;
	width: 18px;
}

.btn-navopen span:last-child {
	margin-top: 6px;
}

/* header tools */
.header-tools {
	padding-top: 24px;
}

.header-tools a {
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}

.header-tools-on {
	color: #C12020 !important;
}

.swiper-content {position: absolute;text-align: center;left: 50%;transform: translate(-50%,-50%);top: 33%;width: 100%;padding: 0 15px;}
.swiper-content p {font-size: 60px;color: #ffffff;font-weight: bold;text-shadow: 3px 3px 5px #000, 3px 3px 5px #000;}
.swiper-content p:first-of-type {font-size: 75px;}
.swiper-content img {margin-top: 10px;-webkit-animation: box 1s infinite;position:relative;}


@-webkit-keyframes box{
	0%{
	  top:10px;
	}
	50%{
	  top:20px; 
	}
	100%{
	  top:10px;
	}
  }


@media screen and (max-width: 768px) {
	.swiper-content p {font-size: 50px;}
	.swiper-content p:first-of-type {font-size: 60px;}
}

@media screen and (max-width: 550px) {
	.swiper-content p {font-size: 40px;}
	.swiper-content p:first-of-type {font-size: 45px;}
}
@media screen and (max-width: 400px) {
	.swiper-content {top: 40%;}
	.swiper-content p {font-size: 30px;}
	.swiper-content p:first-of-type {font-size: 35px;}
	.swiper-content img {width: 35px;}
}
/* wap */
.wap-navbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transform: translateX(120px);
	transition: all .3s;
}

.btn-navclose,
.close-search {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
}

.btn-navclose span,
.close-search span {
	position: absolute;
	top: 17px;
	left: 6px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}

.btn-navclose span:first-child,
.close-search span:first-child {
	transform: rotate(45deg);
}

.btn-navclose span:last-child,
.close-search span:last-child {
	transform: rotate(-45deg);
}

.onShow {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

/* wapnavmenu */
.wapnavmenu {
	padding-top: 120px;
	text-align: center;
}

.wapnavmenu ul li {
	padding-bottom: 35px;
}

.wapnavmenu ul li a {
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 940px) {
	.header {
		position: absolute !important;
		padding: 0;
		padding-bottom: 15px;
	}

	.logo img {
		height: 40px;
	}

	.navbox ul {
		display: none;
	}

	.btn-navopen {
		display: block;
	}

	.wap-navbox .header-tools {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.header .header-tools {
		display: none;
	}

	.wap-navbox .header-tools {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}
}

/* footer */

/* page-footer */
.footer-bg {
	background-color: #272b30;
	padding: 70px 0 60px;
}

/* home */
.footer-l {
	float: left;
	width: 60%;
}

.footer-r {
	float: left;
	width: 40% !important;
}

.footer-l dl:first-child {
	float: left;
	width: 40%;
}

.footer-l dl:nth-child(2) {
	float: left;
	width: 30%;
}

.footer-l dl:last-child {
	float: left;
	width: 30%;
}

.footer-l dl dt {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
}

.footer-l dl dd,
.footer-l dl dd a {
	font-size: 16px;
	color: #999;
	line-height: 32px;
}

.footer-l dl dd a:hover {
	color: #fff;
}

/* page */
.page-footer-l,
.page-footer-r {
	float: left;
}

.page-footer-l {
	width: 20%;
}
.page-footer-r {
	width: 80%;
}

.page-footer-l dl {
	float: left;
	width: 100%;
}

.page-footer-l dl dt {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
}

.page-footer-l dl dd,
.page-footer-l dl dd a {
	font-size: 16px;
	color: #999;
	line-height: 32px;
}

.page-footer-l dl dd a:hover,.copyright a:hover {
	color: #fff;
}

.page-footer-r {
	border-top: 1px solid rgba(255,255,255,0.4);
	padding-top: 20px;
}

.footer-img {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 20px;
}

.footer-img>img {
	margin-top: 25px;
}

.footer-wx {
	background-color: #fff;
	color: #666;
	border-radius: 0 4px 4px 0;
	margin-left: 60px;
}

.footer-wx img {
	float: left;
	display: block;
}

.footer-wx span {
	float: left;
	line-height: 16px;
	display: block;
	width: 30px;
	font-size: 16px;
	word-wrap: break-word;
	padding-left: 7px;
	padding-top: 18px;
}

.footer-tag,
.footer-link {
	color: #999;
	padding-top: 20px;
}

.footer-tag a,
.footer-link a {
	color: #999;
	padding: 0 3px;
}

.footer-link li{display: inline-block;}

.footer-tag a:hover,
.footer-link a:hover {
	color: #fff;
}

.copyright {
    color: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 999999999999999999;
    bottom: 0;
    text-align: center;
}
.copyright p{line-height: 16px;}
.copyright a{color: #fff;}
@media (max-width:768px) {
	.footer-bg {
		padding: 30px 0 40px;
	}

	.footer-l,
	.footer-r,
	.footer-l dl:first-child {
		width: 100% !important;
	}

	.footer-l dl:nth-child(2),
	.footer-l dl:last-child {
		width: 50%;
	}

	.page-footer-l,
	.page-footer-r {
		width: 100%;

	}

	.page-footer-l dl {
		width: 100%;
	}

	.footer-l dl dd,
	.footer-l dl dd a,
	.page-footer-l dl dt,
	.page-footer-l dl dd,
	.page-footer-l dl dd a {
		font-size: 14px;
	}

	.footer-img>img {
		float: inherit;
		display: block;
	}

	.footer-wx {
		float: inherit;
		margin-left: 0;
		margin-top: 25px;
	}


}
